home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gNumSpr, g1erSprLoc, gBoutons
- set gNumSpr to 2
- gBoutons(appuie, gNumSpr)
- go(the frame)
- end
-
- on mouseUp
- global gNumSpr, g1erSprLoc, gBoutons
- curseur(1)
- go(the frame)
- if gNumSpr = 2 then
- gBoutons(relache, gNumSpr)
- quit()
- else
- pass()
- end if
- end
-